projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a715e6f
)
(find-function-after-hook): Add :type.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Dec 2007 22:35:10 +0000
(22:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Dec 2007 22:35:10 +0000
(22:35 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index ede196721ae26d084f25ebc12529742c2fb36e51..fde70a173ccfa60a9e191bc4f78121ac8a0eaefb 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-135,6
+135,7
@@
See `find-function' and `find-variable'."
"Hook run after finding symbol definition.
See the functions `find-function' and `find-variable'."
+ :type 'hook
:group 'find-function
:version "20.3")